compress/flate.decompressor.hl (field)

4 uses

	compress/flate (current package)
		inflate.go#L296: 	hl, hd    *huffmanDecoder
		inflate.go#L317: 		f.hl = &fixedHuffmanDecoder
		inflate.go#L325: 		f.hl = &f.h1
		inflate.go#L494: 		v, err := f.huffSym(f.hl)